home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- puppetSound(1, "szew")
- set the visible of sprite 20 to 0
- updateStage()
- end
-
- on mouseLeave me
- set the visible of sprite 20 to 1
- updateStage()
- end
-
- on mouseDown
- set the visible of sprite 13 to 0
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite 13 to 1
- updateStage()
- go("studio")
- end
-